home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / mus / misc / ExoticRip30B.lha / ExoticRipper / EXTRA / extractdata.readme < prev    next >
Text File  |  1994-12-14  |  2KB  |  52 lines

  1. stardate: 14121994
  2.  
  3. short description of extractdata 1st version, 10 minutes coding time:
  4.  
  5. did you ever face the problem to get crunched data from a non-dos-disk?
  6. if yes you probably could have used COMDEC by turbo/infect. but is not
  7. uptodate and it lacks in some crunched formats: eg. PP20, which is power-
  8. packer-data. with PP20 you can NOT determine how long the crunched data
  9. really is from the data itself, which is very important to depack.
  10. here comes it up to EXTRACTDATA:
  11. make up a big file of the non-dosk-disk using a disk/file-monitor like
  12. FIMO. and enter:
  13.  
  14. extractdata dh0:disk1 PP20 ram:
  15.  
  16. every chunk of data from the file 'disk1' beginning with PP20 and ending
  17. at the following PP20 will be output to a not determined number of
  18. files in ram: PP20.001,PP20.002,PP20.003 etc.
  19. of course there are still some uncertainties about the datasize but it
  20. helps, besides all other crunched data than PP20 are insensible about
  21. their filesize for decrunching purposes...
  22.  
  23. ************************************************************************
  24.  
  25. WARNINGS:
  26.  
  27. the checkmark for the cruncher (e.g. PP20) must always be 4 casesenstive
  28. letters!
  29.  
  30. you probably will get a lot of DUMMY files which is no crunched data
  31. at all, it might just start with the checkmark, use your BRAIN!
  32.  
  33. no overwrite check on output is done!
  34.  
  35. the most important:
  36. i have not tested the programme on PP20, yet, no joke!
  37.  
  38. dont try to run the 020-version on a lamer processor.
  39.  
  40. i take no responsability for any damages from this small piece of code.
  41.  
  42. ************************************************************************
  43.  
  44. see you
  45.  
  46.  marley@csmd.cs.tu-magdeburg.de
  47.  
  48. ************************************************************************
  49.  
  50. (in some way or another the functionality of EXTRACTDATA will be
  51.  included in the EXOTIC RIPPER later on, but not yet)
  52.